Extension point filters
Documentation
This extension can be used to register new filters
Contribution Descriptors
- Class: org.nuxeo.elasticsearch.http.readonly.service.RequestFilterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="filters" target="org.nuxeo.elasticsearch.http.readonly.RequestFilterService"> <requestFilter filterClass="org.nuxeo.elasticsearch.http.readonly.filter.AuditRequestFilter" index="audit"/> </extension>
-
<extension point="filters" target="org.nuxeo.elasticsearch.http.readonly.RequestFilterService"> <requestFilter filterClass="org.nuxeo.ecm.platform.routing.core.audit.es.RoutingAuditRequestFilter" index="audit_wf"/> </extension>